API keys operations
Retrieve API key permissions
Gets the permissions and restrictions of an API key.
When authenticating with the admin API key, you can request information for any of your application’s keys.
When authenticating with other API keys, you can only retrieve information for that key,
with the description replaced by <redacted>
.
GET
Authorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Path Parameters
API key.
Example:
"ALGOLIA_API_KEY"
Response
200
application/json
OK
API key object.